home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1818 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  731 b 

  1. Path: newsbf02.news.aol.com!not-for-mail
  2. From: dutchdb@aol.com (Dutch D  B)
  3. Newsgroups: comp.lang.c++
  4. Subject: Borland C++ Dynamic vs Static Linking Question
  5. Date: 12 Jan 1996 22:19:08 -0500
  6. Organization: America Online, Inc. (1-800-827-6364)
  7. Sender: root@newsbf02.news.aol.com
  8. Message-ID: <4d78bc$4vu@newsbf02.news.aol.com>
  9. Reply-To: dutchdb@aol.com (Dutch D  B)
  10. NNTP-Posting-Host: newsbf02.mail.aol.com
  11.  
  12. I have a program which compiles and links fine using dynamic linking. If I
  13. change to static linking  in the TargetExpert all my code compiles, but I
  14. get linker errors. It seems as if the compiler can't find the OWL objects.
  15. All of the errors are of the type:  Linker Error: Undefined Symbol TButton
  16. ....
  17.  
  18. Can anybody help???
  19.